From 4aaf193602b95f56fff4844ab72d133e6064070d Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Fri, 26 Nov 2010 09:07:41 +0100 Subject: [PATCH] docs: gtk_style_context_get_screen() always returns a valid screen --- gtk/gtkstylecontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index 7e1dd2c8b1..1ec47e2216 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -2575,7 +2575,7 @@ gtk_style_context_set_screen (GtkStyleContext *context, * * Returns the #GdkScreen to which @context is attached. * - * Returns: a #GdkScreen, or %NULL. + * Returns: a #GdkScreen. **/ GdkScreen * gtk_style_context_get_screen (GtkStyleContext *context) -- 2.30.2